home *** CD-ROM | disk | FTP | other *** search
- From: cmoore@msn.com (Carl S. Moore)
- Subject: Re: C++ 4.5 CanClose
- Date: 3 Feb 96 21:38:17 -0800
- References: <00001a81+000098f8@msn.com> <DM7624.771.0.-s@cs.vu.nl>
- Message-ID: <00001a81+000099c9@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- >How about calling CloseWindow(), which will call >CanClose automatically?
- >
- >void TMyWindow::Exitgame()
- >{
- > CloseWindow();
- >}
-
- Worked great.... So simple, I wish I'd know that sooner, as I hacked
- around many hours. I was thrown off course by the fact that my code
- worked in the prior BC++.
-
- thanks, carl
-